home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / c-lang / strmc105.lha / StormC-Demo / INCLUDE / clib / potgo_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  665b  |  37 lines

  1. #ifndef  CLIB_POTGO_PROTOS_H
  2. #define  CLIB_POTGO_PROTOS_H
  3.  
  4. /*
  5. **    $VER: potgo_protos.h 36.3 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. UWORD AllocPotBits( unsigned long bits );
  23. void FreePotBits( unsigned long bits );
  24. void WritePotgo( unsigned long word, unsigned long mask );
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #ifdef STORMPRAGMAS
  31. #ifndef _INCLUDE_PRAGMA_POTGO_LIB_H
  32. #include <pragma/potgo_lib.h>
  33. #endif
  34. #endif
  35.  
  36. #endif     /* CLIB_POTGO_PROTOS_H */
  37.